- parseAlgorithm(String, HashMap<String, Boolean>, ArrayList<Condition>, Comparator<Edge>) - Static method in class edu.claflin.finder.Main
-
Parses an algorithm code string for returning the appropriate Algorithm
object.
- parseBoolean(String) - Static method in class edu.claflin.finder.Main
-
Parses a boolean string for configuring the {}.
- parseGraph(File, boolean) - Method in class edu.claflin.finder.io.graph.SIFGraphIO
-
Reads a graph from memory.
- parseGraph(File, boolean) - Method in class edu.claflin.finder.io.graph.SimpleGraphIO
-
Reads a graph from memory.
- parseGraph(File, boolean) - Method in interface edu.claflin.finder.io.graph.sub.GraphReader
-
Reads a graph from memory.
- parseManifest(File) - Static method in class edu.claflin.finder.io.ManifestParser
-
Parses the provided manifest file.
- parseManifest(String) - Static method in class edu.claflin.finder.io.ManifestParser
-
Parses the provided manifest file.
- printNodeMap(Map) - Method in class edu.claflin.finder.logic.cygrouper.CygrouperAssembler
-
- PrioritySet<T> - Class in edu.claflin.finder.logic
-
Represents a PrioritySet.
- PrioritySet(boolean) - Constructor for class edu.claflin.finder.logic.PrioritySet
-
Public constructor for initializing a PrioritySet.
- PrioritySet(Comparator<T>, boolean) - Constructor for class edu.claflin.finder.logic.PrioritySet
-
Public constructor for initializing a PrioritySet.
- process(Graph) - Method in class edu.claflin.finder.algo.BreadthFirstTraversalSearch
-
Processes data.
- process(Graph) - Method in class edu.claflin.finder.algo.Bundle
-
Processes data.
- process(Graph) - Method in class edu.claflin.finder.algo.DepthFirstTraversalSearch
-
Processes data.
- process(Graph) - Method in class edu.claflin.finder.algo.MatrixPatternAnalyzer
-
Deprecated.
Processes data.
- process(T) - Method in interface edu.claflin.finder.logic.processor.Processable
-
Processes data.
- Processable<T,S> - Interface in edu.claflin.finder.logic.processor
-
Represents an operation that can be carried out on a specific type of data.
- processManifest(ArrayList<String>) - Static method in class edu.claflin.finder.io.ManifestParser
-
Processes the ArrayList of Strings collected by the readManifest()
method.
- processMultiple(T[], Processable<T, S>) - Method in class edu.claflin.finder.logic.processor.BatchProcessor
-
Processes multiple files.
- processSingular(T, Processable<T, S>) - Method in class edu.claflin.finder.logic.processor.BatchProcessor
-
Processes a singular object.
- progress - Variable in class edu.claflin.finder.algo.Algorithm
-
The current progress of the algorithm.
- PROP_PROGRESS - Static variable in class edu.claflin.finder.algo.Algorithm
-
Constant for indicating the progress property.
- propertyChange(PropertyChangeEvent) - Method in class edu.claflin.finder.algo.Bundle
-
- putBoolean(String, Boolean) - Method in class edu.claflin.finder.algo.ArgumentsBundle
-
Puts a boolean in the booleanList.
- putDouble(String, Double) - Method in class edu.claflin.finder.algo.ArgumentsBundle
-
Puts a double in the doubleList.
- putEnum(String, Enum) - Method in class edu.claflin.finder.algo.ArgumentsBundle
-
Puts an enum in the enumList.
- putInteger(String, Integer) - Method in class edu.claflin.finder.algo.ArgumentsBundle
-
Puts an integer in the integerList.
- putObject(String, Object) - Method in class edu.claflin.finder.algo.ArgumentsBundle
-
Puts an object in the enumList.